Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGPathSegCurvetoCubicSmoothAbs

Extends SVGPathSeg.

Properties
float
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
float
x2
The absolute X coordinate for the second control point. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an attempt to change the value of a read only attribute.
float
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
float
y2
The absolute Y coordinate for the second control point. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an attempt to change the value of a read only attribute.
Referenced by
SVGPathElementcreateSVGPathSegCurvetoCubicSmoothAbs(...)